home *** CD-ROM | disk | FTP | other *** search
- global QuickBooksPro, fastTransparency, backButtonTarget, foreButtonTarget, jobsOnList, firstTimeNewCustomer
-
- on startMovie
- set the exitLock to 1
- set the floatPrecision to 2
- backButtonTarget = EMPTY
- foreButtonTarget = EMPTY
- jobsOnList = "FALSE"
- firstTimeNewCustomer = "TRUE"
- if (QuickBooksPro <> "TRUE") and (QuickBooksPro <> "FALSE") then
- QuickBooksPro = "FALSE"
- end if
- if (fastTransparency <> "TRUE") and (fastTransparency <> "FALSE") then
- fastTransparency = "FALSE"
- end if
- if QuickBooksPro = "TRUE" then
- member("Product Name", "QBMenus").text = "Our Sample Company - QuickBooks Pro"
- else
- member("Product Name", "QBMenus").text = "Our Sample Company - QuickBooks"
- end if
- getPersistentGlobals()
- getCustomerListData()
- getItemListData()
- getInvoiceListData()
- end
-